If the sides of a cubic box are increased by 1, 2, 3 units respectively to form a cuboid, then the volume is increased by 52 cubic units. Find the volume of the cuboid.
Let the original side of the cube be x units.
Original volume = x³ cubic units.
New dimensions: (x+1), (x+2), (x+3).
New volume = (x+1)(x+2)(x+3).
Volume increase = New volume - Original volume = 52.
So: (x+1)(x+2)(x+3) - x³ = 52.
Let's expand (x+1)(x+2)(x+3):
= (x² + 3x + 2)(x + 3)
= x³ + 3x² + 2x + 3x² + 9x + 6
= x³ + 6x² + 11x + 6
Now subtract x³: 6x² + 11x + 6 = 52
Simplify: 6x² + 11x - 46 = 0
Solve the quadratic equation:
x = [-11 ± √(121 + 1104)] / 12
x = [-11 ± √1225] / 12
x = [-11 ± 35] / 12
Positive solution: x = (24)/12 = 2
New volume = (2+1)(2+2)(2+3) = 3×4×5 = 60 cubic units.
🎉 Final Answer: 60 cubic units